home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CVoice 1.2 / README < prev   
Encoding:
Text File  |  1994-11-30  |  726 b   |  19 lines  |  [TEXT/R*ch]

  1. /******************************************************************************
  2.  CVoice.cp        Version1.2
  3.  
  4.  Written by Brian Stern  <Jaeger@fquest.com>
  5.  
  6.  Written to work with TCL 2.x
  7.  
  8.      A voice class that implements a speech manager voice.  To use this class
  9.      most simply, call the constructor with a known voice.  To speak call SpeakTheText.
  10.      
  11.      Str255    someText = {"\pHello from planet Zircon."};
  12.      CVoice *theVoice = new CVoice( "\pBoris");
  13.      theVoice->SpeakTheText( someText, Length(someText) );
  14.  
  15.     This class is Copyright © 1994, Brian Stern.  It may be used freely in 
  16.     any projects.  If you do anything interesting with it send me email.
  17.  
  18. ******************************************************************************/
  19.